home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / bnce_ra.exe / BOUNCE.DOC < prev    next >
Text File  |  1989-04-04  |  808b  |  30 lines

  1. BOUNCE - bouncing ball program with shootem-up feature
  2. By: R. Abramson, CIS ID 74676,3345
  3.  
  4. Usage: bounce [/b] [/c] [/L] [delay]
  5. where: /b = show border, delay = integer less than 32768, /c = color mode
  6.     and /L = no bottom legend
  7. Delays are nice to slow down display on an AT
  8. EXAMPLE -> bounce /b 8000
  9.  
  10. Keyboard controls:
  11.  0 - top speed
  12.  9 - slow speed (delay factor = 8000)
  13.  f - speed up x2
  14.  s - slow down /2
  15.  b - turn on border
  16.  c - turn off border
  17.  l - turn on bottom legend
  18.  L - turn off bottom legend
  19.  a - add balls
  20.  A - remove balls
  21.  g - shoot gun
  22.  Esc - Quit
  23.  
  24. If you want to recompile:
  25. 1. Written in MS QC ver 1.0.  Medium model.
  26. 2. To compile, requires bounce.c, video.h AND EITHER video.c or video.obj
  27. 3. NOTE - needs 16K stack, as in -> link bounce video /stack:16384
  28.  
  29.  
  30.